home *** CD-ROM | disk | FTP | other *** search
/ NHL Starz 2003 Cardz #2 / NHL Starz 2003 Volume II CD Cardz Mats Sundin.bin / mac / lingo.ini_p < prev    next >
Text File  |  2002-04-12  |  281b  |  10 lines

  1. on startup 
  2. set the soundkeepdevice to 0  
  3.  
  4. -- Added to look for files in the "assets" subdirectory  
  5. global tbsearchpath  
  6. set tbsearchpath=[]  
  7. append(tbsearchpath, the applicationPath & "assets\")  
  8. append(the searchpaths, the applicationPath & "assets")  
  9.  
  10. end startup